home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Convert / Rot13.INI < prev    next >
INI File  |  2004-06-22  |  824b  |  66 lines

  1. ; Author Myles
  2. [Description]
  3. ;name for Left to Right conversion
  4. ForwardName=Text to ROT13
  5. ;name for Right to Left conversion
  6. BackwardName=ROT13 to Text
  7. ;ignore char case
  8. ForwardIgnoreCase=0
  9. BackWardIgnoreCase=0
  10. ;CharTab=0 - convertor will use string replacement from [Conversion] section
  11. ;CharTab=1 - convertor will use conversion table from [Table] section
  12. CharTab=1
  13. ;expression from=expression to
  14. [Table]
  15. 97=110
  16. 98=111
  17. 99=112
  18. 100=113
  19. 101=114
  20. 102=115
  21. 103=116
  22. 104=117
  23. 105=118
  24. 106=119
  25. 107=120
  26. 108=121
  27. 109=122
  28. 110=97
  29. 111=98
  30. 112=99
  31. 113=100
  32. 114=101
  33. 115=102
  34. 116=103
  35. 117=104
  36. 118=105
  37. 119=106
  38. 120=107
  39. 121=108
  40. 122=109
  41. 65=78
  42. 66=79
  43. 67=80
  44. 68=81
  45. 69=82
  46. 70=83
  47. 71=84
  48. 72=85
  49. 73=86
  50. 74=87
  51. 75=88
  52. 76=89
  53. 77=90
  54. 78=65
  55. 79=66
  56. 80=67
  57. 81=68
  58. 82=69
  59. 83=70
  60. 84=71
  61. 85=72
  62. 86=73
  63. 87=74
  64. 88=75
  65. 89=76
  66.